home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / TRUSS / GRABNEWS / Base next >
Text File  |  1995-05-29  |  734b  |  37 lines

  1. # Project:   Proj
  2.  
  3. # Toolflags:
  4. CCflags =  -c -depend !Depend -throwback  -IC:
  5. Linkflags =  -o $@
  6.  
  7. Objs = o.getserv o.get_tcp_co o.grabnews o.inet o.inetdb o.oslibsocks \
  8.         o.riscossupp o.sock_errno
  9.  
  10. Libs = C:o.stubs 
  11.  
  12. # Final targets:
  13. @.grabnews:   $(Objs)
  14.         link $(linkflags) $(Objs) $(Libs)
  15.  
  16. .c.o:
  17.         cc $(ccflags) -o $@ $<
  18.  
  19. # User-editable dependencies:
  20.  
  21. # Dynamic dependencies:
  22. o.riscossupp:    c.riscossupp
  23. o.riscossupp:    h.socket
  24. o.riscossupp:    h.in
  25. o.get_tcp_co:    c.get_tcp_co
  26. o.get_tcp_co:    h.conf
  27. o.get_tcp_co:    h.socket
  28. o.get_tcp_co:    h.in
  29. o.get_tcp_co:    h.netdb
  30. o.get_tcp_co:    h.support
  31. o.get_tcp_co:    h.get_tcp_conn
  32. o.grabnews:    c.grabnews
  33. o.grabnews:    h.conf
  34. o.grabnews:    h.netdb
  35. o.grabnews:    h.in
  36. o.grabnews:    h.socket
  37.